projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
65716f9
)
* url-auth.el (url-digest-auth): Copy previous url-basic-auth change.
author
Glenn Morris
<rgm@gnu.org>
Thu, 12 Jan 2012 08:14:41 +0000
(
00:14
-0800)
committer
Glenn Morris
<rgm@gnu.org>
Thu, 12 Jan 2012 08:14:41 +0000
(
00:14
-0800)
lisp/url/ChangeLog
patch
|
blob
|
history
lisp/url/url-auth.el
patch
|
blob
|
history
diff --git
a/lisp/url/ChangeLog
b/lisp/url/ChangeLog
index 99a07ec60febe87f99a35b70fef63166a50d6ac1..f011a8d1dc04d3b40bf9c8f3989bea40dd48441d 100644
(file)
--- a/
lisp/url/ChangeLog
+++ b/
lisp/url/ChangeLog
@@
-1,7
+1,8
@@
2012-01-12 Glenn Morris <rgm@gnu.org>
- * url-auth.el (url-basic-auth): Allow reading usernames etc when
- the minibuffer is already in use, eg in url-handler-mode. (Bug#10298)
+ * url-auth.el (url-basic-auth, url-digest-auth):
+ Allow reading usernames etc when the minibuffer is already in use,
+ eg in url-handler-mode. (Bug#10298)
2011-11-15 Juanma Barranquero <lekktu@gmail.com>
diff --git
a/lisp/url/url-auth.el
b/lisp/url/url-auth.el
index aebc3c268b4f117da06fa38e532c78be3a58b105..f7e53eafb4451d8dffd220d38bc39a8d7fb60802 100644
(file)
--- a/
lisp/url/url-auth.el
+++ b/
lisp/url/url-auth.el
@@
-164,6
+164,7
@@
instead of hostname:portnum."
(type (url-type href))
(port (url-port href))
(file (url-filename href))
+ (enable-recursive-minibuffers t)
user pass byserv retval data)
(setq file (cond
(realm realm)